home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 496 b | 18 lines |
- #!smake
-
- include $(ROOT)/usr/include/make/commondefs
-
- TARGETS = tabletglx
-
- # If you want to run a debugger on these programs, remove the -s from LD*LIB[S]
- # and add -g to the LCOPTS line. NOTE: as of IRIX release 4.0, you can bypass
- # having to change this file AT ALL by using the macro, "VCOPTS=-g", on the
- # command line (this will automatically override optimization).
- LLDLIBS = -lX11 -lgl -lXi -lXext
- LCOPTS = -xansi -D__STDC__
- CVERSION=
-
- all defaults: $(TARGETS)
-
- include $(COMMONRULES)
-